home *** CD-ROM | disk | FTP | other *** search
- #ifndef _Xp_h_
- #define _Xp_h_
- #include <X11/Xp/COPY>
-
- /*
- * SCCS_data: @(#) Xp.h 1.2 92/03/18 15:16:51
- *
- * This module contains declarations useful to clients of the
- * Xp library.
- *******************************************************************************
- */
-
- #include <X11/Wc/WcCreate.h> /* for _() macro */
-
- /* These are identical: multiple names for backward compatibility
- */
- void XpRegisterAthena _(( XtAppContext ));
- void XpRegisterAll _(( XtAppContext ));
- void AriRegisterAthena _(( XtAppContext ));
-
- /* These are identical: multiple names for backward compatibility
- */
- Widget XpCreateSimpleMenu _(( Widget, String, Arg*, Cardinal ));
- Widget WcCreateSimpleMenu _(( Widget, String, Arg*, Cardinal ));
-
- #endif /* _Xp_h_ */
-